Aggggh! Touch Targets!
Consider the following:
nav a, button { }
Which CSS styles would you include inside the curly braces so that Cameron won't be tortured by tiny, impossible-to-hit buttons?
min-height: 48px;
height: 48px;
width: 48px;
min-width: 48px;
size: 48px;
Next Concept